home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…rary 5 (Internal Edition)
/
Apple R&P Lib Internal v5.0.iso
/
6-Developer Demos
/
Developer Demos-Ed.
/
Macintosh School® CD-ROM Demo
/
Macintosh SchoolÆ CD-ROM Demo
/
card_88827.txt
< prev
next >
Wrap
Text File
|
1990-08-14
|
13KB
|
667 lines
-- card: 88827 from stack: in
-- bmap block id: 89330
-- flags: 4000
-- background id: 69011
-- name: Students
----- HyperTalk script -----
on openCard
global buttonName,buttonList,groupOneSelect,groupTwoSelect
put the long date into field date
put false into groupOneSelect
put false into groupTwoSelect
set hilite of background button id buttonName to false
repeat with index = 1 to the number of lines of buttonList
set hilite of background button id line index of buttonList to false
end repeat
end openCard
on closeCard
global buttonName, buttonList
set hilite of background button id buttonName to true
repeat with index = 1 to the number of lines of buttonList
set hilite of background button id line index of buttonList to true
end repeat
repeat with index = 8 to 28
set hilite of button index to false
end repeat
hide card field "Student List"
end closeCard
on groupOne shiftKey
global groupOneSelect, groupTwoSelect
put true into groupOneSelect
if the shiftKey is down OR shiftKey is down then
set hilite of target to not hilite of target
else
lock screen
repeat with index = 8 to 13
set hilite of button id index to false
end repeat
set hilite of target to true
unlock screen
end if
if groupOneSelect AND groupTwoSelect then
show card field "Student List"
end if
end groupOne
on groupTwo shiftKey
global groupOneSelect, groupTwoSelect
put true into groupTwoSelect
if the shiftKey is down OR shiftKey is down then
set hilite of target to not hilite of target
else
lock screen
repeat with index = 14 to 19
set hilite of button id index to false
end repeat
set hilite of target to true
unlock screen
end if
if groupOneSelect AND groupTwoSelect then
show card field "Student List"
end if
end groupTwo
on groupThree shiftKey
if visible of card field "Student List" then
if the shiftKey is down OR shiftKey is down then
set hilite of target to not hilite of target
else
lock screen
repeat with index = 20 to 28
set hilite of button id index to false
end repeat
set hilite of target to true
unlock screen
end if
end if
end groupThree
-- part 1 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=0 top=0 right=342 bottom=512
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 2 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=156 top=29 right=46 bottom=242
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Periods
----- HyperTalk script -----
on mouseUp
lock screen
go to card short name of me of this stack
unlock screen
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=246 top=29 right=46 bottom=332
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Exceptions
----- HyperTalk script -----
on mouseUp
lock screen
go to card short name of me of this stack
unlock screen
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=336 top=29 right=46 bottom=422
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Format
----- HyperTalk script -----
on mouseUp
lock screen
go to card short name of me of this stack
unlock screen
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=256 top=271 right=289 bottom=334
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Print
----- HyperTalk script -----
on mouseUp
lock screen
go to card "Exception Report" of this background
unlock screen
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=356 top=271 right=289 bottom=434
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Cancel
----- HyperTalk script -----
on mouseUp
lock screen
pop card
unlock screen
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=306 top=235 right=253 bottom=384
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Select all
----- HyperTalk script -----
on mouseUp
lock screen
repeat with index = 20 to 28
set hilite of button id index to true
end repeat
unlock screen
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=66 top=95 right=109 bottom=209
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp shiftKey
groupOne shiftKey
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=66 top=109 right=123 bottom=209
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp shiftKey
groupOne shiftKey
end mouseUp
-- part 10 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=66 top=123 right=137 bottom=209
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp shiftKey
groupOne shiftKey
end mouseUp
-- part 11 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=66 top=137 right=151 bottom=209
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp shiftKey
groupOne shiftKey
end mouseUp
-- part 12 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=66 top=151 right=165 bottom=209
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 13 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=66 top=165 right=179 bottom=209
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 14 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=66 top=211 right=225 bottom=209
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp shiftKey
groupTwo shiftKey
end mouseUp
-- part 15 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=66 top=225 right=239 bottom=209
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp shiftKey
groupTwo shiftKey
end mouseUp
-- part 16 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=66 top=239 right=253 bottom=209
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 17 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=66 top=253 right=267 bottom=209
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 18 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=66 top=267 right=281 bottom=209
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 19 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=66 top=281 right=295 bottom=209
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 29 (field)
-- low flags: 81
-- high flags: 0000
-- rect: left=250 top=95 right=221 bottom=429
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 14
-- part name: Student List
-- part 20 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=250 top=95 right=109 bottom=429
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp shiftKey
groupThree shiftKey
end mouseUp
-- part 21 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=250 top=109 right=123 bottom=429
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp shiftKey
groupThree shiftKey
end mouseUp
-- part 22 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=250 top=123 right=137 bottom=429
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp shiftKey
groupThree shiftKey
end mouseUp
-- part 23 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=250 top=137 right=151 bottom=429
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp shiftKey
groupThree shiftKey
end mouseUp
-- part 24 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=250 top=151 right=165 bottom=429
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp shiftKey
groupThree shiftKey
end mouseUp
-- part 25 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=250 top=165 right=179 bottom=429
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp shiftKey
groupThree shiftKey
end mouseUp
-- part 26 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=250 top=179 right=193 bottom=429
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp shiftKey
groupThree shiftKey
end mouseUp
-- part 27 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=250 top=193 right=207 bottom=429
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp shiftKey
groupThree shiftKey
end mouseUp
-- part 28 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=250 top=207 right=221 bottom=429
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp shiftKey
groupThree shiftKey
end mouseUp
-- part contents for background part 28
----- text -----
Abrosimoff, Mich…
Adams, Bryan
Alexander, Rick
Alexander, Susan
Allsop, Blair M.
Azimov, Isaac
Barisoff, Larissa
Bunyan, Paul
Burnyeat, Grant
Caldwell, Brian
-- part contents for background part 29
----- text -----
47
80
53
54
52
102
48
13
94
93
-- part contents for background part 30
----- text -----
Present
Present
Present
Present
Present
Present
Present
Present
Present
Present
-- part contents for background part 33
----- text -----
0 students selected
-- part contents for card part 29
----- text -----
Abrosimoff, Michael John
Adams, Bryan
Alexander, Rick
Alexander, Susan
Allsop, Blair M.
Barisoff, Larissa
Bunyan, Paul
Burnyeat, Grant
Caldwell, Brian
-- part contents for background part 31
----- text -----
Monday, September 4, 1989